From 7553dfd22d4ebdadf6ea3496310eb6a184e3e1ec Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 1 Dec 2005 21:04:16 +0000 Subject: [PATCH] Fix type for carto option. --- pcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcx.c b/pcx.c index a4a4a3e05..e6eb11e64 100644 --- a/pcx.c +++ b/pcx.c @@ -41,7 +41,7 @@ arglist_t pcx_args[] = { ARGTYPE_STRING }, {"cartoexplorer", &cartoexplorer, "Write tracks compatible with CartoExplorer", "", - ARGTYPE_STRING }, + ARGTYPE_BOOL }, {0, 0, 0, 0, 0} }; -- 2.30.2